home *** CD-ROM | disk | FTP | other *** search
/ Glasklar Interactive Technology / Glasklar Interactive Technology - Disc 1.iso / Technik / BS010.dxr / Interne_9_xray1-0.ls < prev    next >
Encoding:
Text File  |  2000-09-15  |  378 b   |  16 lines

  1. on mouseUp
  2.   set the sourceMember of member the member of sprite 30 to member "BM010b"
  3.   repeat with i = 30 to 31
  4.     set the visible of sprite i to 1
  5.   end repeat
  6.   repeat with i = 41 to 48
  7.     set the visible of sprite i to 0
  8.   end repeat
  9.   repeat with i = 54 to 80
  10.     set the visible of sprite i to 0
  11.   end repeat
  12.   go("xray10")
  13.   cursor(0)
  14.   sendSprite(31, #mouseDown)
  15. end
  16.